diff options
author | Reuben Thomas <rrt@sc3d.org> | 2007-11-20 21:46:24 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2007-11-20 21:46:24 +0000 |
commit | 9b3b244c2e3efa825e4e18eb535b3388e5c12d92 (patch) | |
tree | 8eb9162e93cb27277d3d12e5cd99b2e1892a8590 /conf | |
parent | eea033ab8466a060694b4946f8fdc6d80d239d82 (diff) | |
download | plptools-9b3b244c2e3efa825e4e18eb535b3388e5c12d92.tar.gz plptools-9b3b244c2e3efa825e4e18eb535b3388e5c12d92.tar.bz2 plptools-9b3b244c2e3efa825e4e18eb535b3388e5c12d92.zip |
Remove more traces of KDE.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile.am.in | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/conf/Makefile.am.in b/conf/Makefile.am.in index a577d0a..b71d2d3 100644 --- a/conf/Makefile.am.in +++ b/conf/Makefile.am.in @@ -1,17 +1,10 @@ # $Id$ # -if BUILD_KDE -KDESUB = kde2 -else -KDESUB = -endif - -SUBDIRS = intl po lib ncpd plpnfsd plpftp plpprint sisinstall \ - $(KDESUB) doc . +SUBDIRS = intl po lib ncpd plpnfsd plpftp plpprint sisinstall doc . EXTRA_DIST = CHANGES COPYING README TODO HISTORY INSTALL ABOUT-NLS include/*.h* \ - etc/*magic etc/*.in etc/*.c etc/psidump* conf/m4/kde/*.m4 \ + etc/*magic etc/*.in etc/*.c etc/psidump* \ conf/m4/plptools/*.m4 conf/[a-l]* conf/missing conf/mkinstalldirs \ debian/* DISTCLEANFILES = etc/psion etc/psion.SuSE etc/psion.SuSE8 @@ -38,16 +31,12 @@ install-data-local: install -m 755 etc/psion $(DESTDIR)$(initdir)/psion || : dist-hook: - $(MAKE) TMPDEST=$(distdir)/ kdoc specfile - $(MAKE) -C $(distdir)/kde2 -f Makefile.am am_edit + $(MAKE) TMPDEST=$(distdir)/ specfile test -f CVS/Root && conf/cvs2cl -W 1800 -S --no-wrap --prune \ --gmt -f $(distdir)/ChangeLog || \ cp -f ChangeLog $(distdir)/ChangeLog rm -rf $(distdir)/debian/CVS -kdoc: - kdoc -d $(TMPDEST)doc/api -n libplp --strip-h-path $(TMPDEST)lib/*.h - specfile: sed -e "s/\@VERSION\@/$(VERSION)/" < $(TMPDEST)etc/plptools.spec.in \ > $(TMPDEST)etc/plptools.spec |