Commit 784e2b65 authored by dimitri's avatar dimitri
Browse files

Release-1.2.16-20020609

parent 4c054d84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.2.16-20020603
DOXYGEN Version 1.2.16-20020609

Please read the installation section of the manual for instructions.

--------
Dimitri van Heesch (03 June 2002)
Dimitri van Heesch (09 June 2002)
+1 −5
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ install: doxywizard_install
	$(INSTTOOL) -m 755 bin/doxytag    $(INSTALL)/bin
	$(INSTTOOL) -m 755 bin/doxysearch $(INSTALL)/bin

install_docs:
install_docs: install
	$(INSTTOOL) -d $(DOCDIR)
	cp -r doc $(DOCDIR)
	cp -r examples $(DOCDIR)
@@ -62,16 +62,12 @@ install_docs:
	rm -rf $(DOCDIR)/doc
	cd $(DOCDIR)/latex ; $(MAKE)
	cp $(DOCDIR)/latex/doxygen_manual.pdf $(DOCDIR)
	cp $(DOCDIR)/latex/doxygen_manual.ps  $(DOCDIR)
	rm -rf $(DOCDIR)/latex

docs: FORCE
	cd examples ; $(MAKE)
	cd doc ; $(MAKE)

ps: docs
	cd latex ; $(MAKE)

pdf: docs
	cd latex ; $(MAKE)

+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.2.16_20020603
DOXYGEN Version 1.2.16_20020609

Please read INSTALL for compilation instructions.

@@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives.

Enjoy,

Dimitri van Heesch (dimitri@stack.nl) (03 June 2002)
Dimitri van Heesch (dimitri@stack.nl) (09 June 2002)
+1 −1
Original line number Diff line number Diff line
1.2.16-20020603
1.2.16-20020609
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ f_prefix=/usr
f_insttool=NO
f_english=NO
f_wizard=NO
f_langs=nl,se,cz,fr,it,de,jp,es,fi,ru,hr,pl,pt,hu,kr,ro,si,cn,no,br,dk,sk,ua,gr,tw
f_langs=nl,se,cz,fr,it,de,jp,es,fi,ru,hr,pl,pt,hu,kr,ro,si,cn,no,br,dk,sk,ua,gr,tw,sr

while test -n "$1";  do
  case $1 in
@@ -483,7 +483,7 @@ echo -n " Generating src/lang_cfg.h..."
echo $f_langs | $f_perl -e '@l=split(/,/,<STDIN>); 
        chomp @l; 
	@allowed=(NL,SE,CZ,FR,IT,DE,JP,ES,FI,RU,HR,PL,PT,HU,KR,RO,SI,CN,NO,BR,
		  DK,SK,UA,GR,TW);
		  DK,SK,UA,GR,TW,SR);
	foreach my $elem (@l){ 
	     $elem =~ tr/a-z/A-Z/;
	     $r=0;
Loading