mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
predoxy.pl:
updated naming Makefile.am: updated naming
This commit is contained in:
@ -52,7 +52,7 @@ ndbapi.html: $(noinst_HEADERS)
|
|||||||
@PERL@ $(DOXYDIR)/predoxy.pl; \
|
@PERL@ $(DOXYDIR)/predoxy.pl; \
|
||||||
mv footer.html $(DOXYTMP); \
|
mv footer.html $(DOXYTMP); \
|
||||||
(cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.ndbapi); \
|
(cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.ndbapi); \
|
||||||
@PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/ndbapi.latex "NDB API Programmer Guide"; \
|
@PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/ndbapi.latex "MySQL Cluster NDB API Programmer Guide"; \
|
||||||
(cd $(DOXYOUT) && \
|
(cd $(DOXYOUT) && \
|
||||||
find ndbapi.html -print | cpio -pdm ..); \
|
find ndbapi.html -print | cpio -pdm ..); \
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ mgmapi.html: $(noinst_HEADERS)
|
|||||||
@PERL@ $(DOXYDIR)/predoxy.pl; \
|
@PERL@ $(DOXYDIR)/predoxy.pl; \
|
||||||
mv footer.html $(DOXYTMP); \
|
mv footer.html $(DOXYTMP); \
|
||||||
(cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.mgmapi); \
|
(cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.mgmapi); \
|
||||||
@PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/mgmapi.latex "NDB Cluster MGM API Guide"; \
|
@PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/mgmapi.latex "MySQL Cluster MGM API Guide"; \
|
||||||
(cd $(DOXYOUT) && \
|
(cd $(DOXYOUT) && \
|
||||||
find mgmapi.html -print | cpio -pdm ..); \
|
find mgmapi.html -print | cpio -pdm ..); \
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ print OUTFILE<<EOT;
|
|||||||
<center>
|
<center>
|
||||||
EOT
|
EOT
|
||||||
print OUTFILE "Documentation generated " . localtime() .
|
print OUTFILE "Documentation generated " . localtime() .
|
||||||
" from NDB Cluster source files.";
|
" from mysql source files.";
|
||||||
print OUTFILE<<EOT;
|
print OUTFILE<<EOT;
|
||||||
<br>
|
<br>
|
||||||
© 2003-2004
|
© 2003-2004
|
||||||
|
Reference in New Issue
Block a user