let's clean kpathsea while cleaning kdvi

svn path=/trunk/kdegraphics/kdvi/; revision=14608
remotes/origin/kdvi-1.1
Stephan Kulow 28 years ago
parent 2f97d7fa67
commit 26bbd54eff
  1. 5
      Makefile.am

@ -17,7 +17,7 @@ kpathsea = kpathsea/kpathsea.a
# just set the variable
APPSDIR = $(kde_appsdir)/Graphics
# set the include path for X, qt and KDE
INCLUDES= @all_includes@ -Ikpathsea
INCLUDES= $(all_includes) -Ikpathsea
# claim, which subdirectories you want to install
SUBDIRS = doc pix
@ -81,6 +81,9 @@ uninstall-local:
-rm -f $(kde_icondir)/kdvi.xpm
-rm -f $(kde_minidir)/kdvi.xpm
clean-local:
(cd kpathsea && test -r Makefile && $(MAKE) distclean)
distclean-local:
(cd kpathsea && test -r config.status && $(MAKE) distclean)

Loading…
Cancel
Save