diff options
author | 2007-10-22 20:10:27 +0000 | |
---|---|---|
committer | 2007-10-22 20:10:27 +0000 | |
commit | f17461e9a1062af6bf3b8061b4ec2912d59a4783 (patch) | |
tree | 5b182ad6461c7676293766208935a7db7db17443 | |
parent | 16dcb934d57e5d494711564cb178547b33f72fde (diff) | |
download | paludis-f17461e9a1062af6bf3b8061b4ec2912d59a4783.tar.gz paludis-f17461e9a1062af6bf3b8061b4ec2912d59a4783.tar.xz |
use.conf
-rw-r--r-- | doc/configuration/Makefile.am | 13 | ||||
-rw-r--r-- | doc/configuration/use.html.part.in | 0 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/configuration/Makefile.am b/doc/configuration/Makefile.am index e7950c8..492e7e5 100644 --- a/doc/configuration/Makefile.am +++ b/doc/configuration/Makefile.am @@ -19,6 +19,8 @@ CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda \ environment.html.part \ keywords.html \ keywords.html.part \ + use.html \ + use.html.part \ configfiles.html \ specs.html @@ -34,6 +36,7 @@ EXTRA_DIST = \ specpath.html.part.in \ environment.html.part.in \ keywords.html.part.in \ + use.html.part.in \ paludisenvironmentonly.html.part \ configfiles.html.part \ specs.html.part @@ -49,6 +52,7 @@ paludisconfigurationhtml_DATA = \ specpath.html \ environment.html \ keywords.html \ + use.html \ configfiles.html \ specs.html @@ -126,6 +130,12 @@ keywords.html.part : $(srcdir)/keywords.html.part.in $(srcdir)/paludisenvironmen -e 's,###PALUDISENVIRONMENTONLY###,,g' \ < $(srcdir)/keywords.html.part.in > keywords.html.part +use.html.part : $(srcdir)/use.html.part.in $(srcdir)/paludisenvironmentonly.html.part + sed \ + -e '/###PALUDISENVIRONMENTONLY###/r $(srcdir)/paludisenvironmentonly.html.part' \ + -e 's,###PALUDISENVIRONMENTONLY###,,g' \ + < $(srcdir)/use.html.part.in > use.html.part + fetchers.html.part : $(srcdir)/fetchers.html.part.in fetchlist sed \ -e '/###FETCHERS###/r fetchlist' \ @@ -138,6 +148,9 @@ environment.html : header.html.part environment.html.part footer.html.part keywords.html : header.html.part keywords.html.part footer.html.part cat header.html.part keywords.html.part footer.html.part > $@ +use.html : header.html.part use.html.part footer.html.part + cat header.html.part use.html.part footer.html.part > $@ + specpath.html : header.html.part specpath.html.part footer.html.part cat header.html.part specpath.html.part footer.html.part > $@ diff --git a/doc/configuration/use.html.part.in b/doc/configuration/use.html.part.in new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/doc/configuration/use.html.part.in |