diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile.am.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/Makefile.am.in b/conf/Makefile.am.in index b71d2d3..84ef33f 100644 --- a/conf/Makefile.am.in +++ b/conf/Makefile.am.in @@ -31,12 +31,15 @@ install-data-local: install -m 755 etc/psion $(DESTDIR)$(initdir)/psion || : dist-hook: - $(MAKE) TMPDEST=$(distdir)/ specfile + $(MAKE) TMPDEST=$(distdir)/ kdoc 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 |