summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-11-21 20:26:18 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-11-21 20:27:08 +0100
commit12185bc990d8bc5af1da1a1bed84445087e12e6f (patch)
tree880c061f34ab94574af5cd3d741a5b4910eff6ae /doc
parentd4e693cd32064cdd888b4933e8f40cb19f658950 (diff)
downloadgnutls-12185bc990d8bc5af1da1a1bed84445087e12e6f.tar.gz
use the AUTOGEN variable
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 84f1ecb344..b6a6bc44b9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -56,28 +56,28 @@ SRC_DEF_TPMTOOL += ../src/tpmtool-args.def
endif
invoke-gnutls-cli.texi: $(SRC_DEF_CLI)
- -cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
+ -cd ../src/ && $(AUTOGEN) -Tagtexi-cmd.tpl $< && \
rm -f ../doc/$@ && \
../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
mv -f ../doc/$@.tmp ../doc/$@ && \
rm -f ../src/$@
invoke-gnutls-cli-debug.texi: $(SRC_DEF_CLI_DEBUG) invoke-gnutls-cli.texi
- -cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
+ -cd ../src/ && $(AUTOGEN) -Tagtexi-cmd.tpl $< && \
rm -f ../doc/$@ && \
../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
mv -f ../doc/$@.tmp ../doc/$@ && \
rm -f ../src/$@
invoke-gnutls-serv.texi: $(SRC_DEF_SERV) invoke-gnutls-cli-debug.texi
- -cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
+ -cd ../src/ && $(AUTOGEN) -Tagtexi-cmd.tpl $< && \
rm -f ../doc/$@ && \
../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
mv -f ../doc/$@.tmp ../doc/$@ && \
rm -f ../src/$@
invoke-certtool.texi: $(SRC_DEF_CERTTOOL) invoke-gnutls-serv.texi
- -cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
+ -cd ../src/ && $(AUTOGEN) -Tagtexi-cmd.tpl $< && \
rm -f ../doc/$@ && \
../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
mv -f ../doc/$@.tmp ../doc/$@ && \
@@ -86,7 +86,7 @@ invoke-certtool.texi: $(SRC_DEF_CERTTOOL) invoke-gnutls-serv.texi
sed -i 's/@section/@subsection/g' ../doc/$@
invoke-ocsptool.texi: $(SRC_DEF_OCSPTOOL) invoke-certtool.texi
- -cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
+ -cd ../src/ && $(AUTOGEN) -Tagtexi-cmd.tpl $< && \
rm -f ../doc/$@ && \
../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
mv -f ../doc/$@.tmp ../doc/$@ && \
@@ -95,7 +95,7 @@ invoke-ocsptool.texi: $(SRC_DEF_OCSPTOOL) invoke-certtool.texi
sed -i 's/@section/@subsection/g' ../doc/$@
invoke-danetool.texi: $(SRC_DEF_DANETOOL) invoke-ocsptool.texi
- -cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
+ -cd ../src/ && $(AUTOGEN) -Tagtexi-cmd.tpl $< && \
rm -f ../doc/$@ && \
../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
mv -f ../doc/$@.tmp ../doc/$@ && \
@@ -104,7 +104,7 @@ invoke-danetool.texi: $(SRC_DEF_DANETOOL) invoke-ocsptool.texi
sed -i 's/@section/@subsection/g' ../doc/$@
invoke-srptool.texi: $(SRC_DEF_SRPTOOL) invoke-danetool.texi
- -cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
+ -cd ../src/ && $(AUTOGEN) -Tagtexi-cmd.tpl $< && \
rm -f ../doc/$@ && \
../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
mv -f ../doc/$@.tmp ../doc/$@ && \
@@ -113,7 +113,7 @@ invoke-srptool.texi: $(SRC_DEF_SRPTOOL) invoke-danetool.texi
sed -i 's/@section/@subsubsection/g' ../doc/$@
invoke-psktool.texi: $(SRC_DEF_PSKTOOL) invoke-srptool.texi
- -cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
+ -cd ../src/ && $(AUTOGEN) -Tagtexi-cmd.tpl $< && \
rm -f ../doc/$@ && \
../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
mv -f ../doc/$@.tmp ../doc/$@ && \
@@ -122,7 +122,7 @@ invoke-psktool.texi: $(SRC_DEF_PSKTOOL) invoke-srptool.texi
sed -i 's/@section/@subsubsection/g' ../doc/$@
invoke-p11tool.texi: $(SRC_DEF_P11TOOL) invoke-psktool.texi
- -cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
+ -cd ../src/ && $(AUTOGEN) -Tagtexi-cmd.tpl $< && \
rm -f ../doc/$@ && \
../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
mv -f ../doc/$@.tmp ../doc/$@ && \
@@ -131,7 +131,7 @@ invoke-p11tool.texi: $(SRC_DEF_P11TOOL) invoke-psktool.texi
sed -i 's/@section/@subsection/g' ../doc/$@
invoke-tpmtool.texi: $(SRC_DEF_TPMTOOL) invoke-p11tool.texi
- -cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
+ -cd ../src/ && $(AUTOGEN) -Tagtexi-cmd.tpl $< && \
rm -f ../doc/$@ && \
../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
mv -f ../doc/$@.tmp ../doc/$@ && \