diff options
author | Reuben Thomas <rrt@sc3d.org> | 2007-11-26 16:07:06 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2007-11-26 16:07:06 +0000 |
commit | ca99ac00690cd5330e587dd644c45db313f47e91 (patch) | |
tree | 0608d1d9fb75f6ca922b0a1018dee5f5b764b509 /conf | |
parent | 60c558ccb1704c0f02422cb8ac28e4fcdd57c646 (diff) | |
download | plptools-ca99ac00690cd5330e587dd644c45db313f47e91.tar.gz plptools-ca99ac00690cd5330e587dd644c45db313f47e91.tar.bz2 plptools-ca99ac00690cd5330e587dd644c45db313f47e91.zip |
Reinstate use of kdoc, which I mistakenly assumed was KDE-specific.
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 |