Changeset 16


Ignore:
Timestamp:
Jul 12, 2011, 2:05:03 AM (14 years ago)
Author:
cla
Message:

rdfalib

  • implemented target 'again' for doxygen makefile
Location:
php/trunk/doxygen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/doxygen/help.txt

    r3 r16  
    99   showcfg - display the doxygen configuration
    1010   clean   - remove config file and generated docs
     11   again   - rebuild everything
    1112
  • php/trunk/doxygen/makefile

    r15 r16  
    7575# --- phony targets
    7676
    77 .PHONY: help all ship launch showcfg clean
     77.PHONY: help all ship showcfg clean again
    7878
    7979help:
     
    9595        -@$(RM) $(CONFIGFILE) 2>$(NUL)
    9696        -@$(RMDIR) $(OUTPUTDIR) 2>$(NUL)
     97       
     98again: clean all
    9799
    98100# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Note: See TracChangeset for help on using the changeset viewer.