Ignore:
Timestamp:
Aug 6, 2011, 6:50:53 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/docs-xml/Makefile

    r414 r620  
    182182
    183183# Manpages
    184 $(MANPAGEDIR3)/smb.conf.5.xml: $(SMBDOTCONFDOC)/parameters.all.xml $(SMBDOTCONFDOC)/parameters.service.xml $(SMBDOTCONFDOC)/parameters.global.xml
     184$(MANPAGEDIR3)/smb.conf.5.xml: parameters
     185
     186# The phony parameters target exists in order to always create the
     187# the parameters xml files. Otherwise, when parameters.*.xml does not exist
     188# yet, the parameters are not generated when smb.conf.5.xml is newer than
     189# any smbdotconf/*/*.xml file ...
     190.PHONY: parameters
     191
     192parameters: $(SMBDOTCONFDOC)/parameters.all.xml $(SMBDOTCONFDOC)/parameters.service.xml $(SMBDOTCONFDOC)/parameters.global.xml
    185193
    186194$(SMBDOTCONFDOC)/parameters.all.xml: $(wildcard $(SMBDOTCONFDOC)/*/*.xml) $(SMBDOTCONFDOC)/generate-file-list.sh
Note: See TracChangeset for help on using the changeset viewer.