mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 16:18:05 +01:00
updating user documentation. another update required
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
DESTDIR?=../docs
|
||||
DESTDIR?=docs
|
||||
|
||||
|
||||
#manual-api manual-calwiz manual-client manual-gui manual-main
|
||||
@@ -14,18 +14,18 @@ ALLDIRS=$(MAINDIRS:manual-%=all-%)
|
||||
|
||||
|
||||
all: $(ALLDIRS)
|
||||
$(shell test -d $(DESTDIR)/pdf && rm -fr $(DESTDIR)/pdf)
|
||||
mv pdf $(DESTDIR)
|
||||
$(shell test -d $(DESTDIR)/html && rm -fr $(DESTDIR)/html)
|
||||
mv html $(DESTDIR)
|
||||
|
||||
# $(shell test -d $(DESTDIR)/pdf && rm -fr $(DESTDIR)/pdf)
|
||||
# mv pdf $(DESTDIR)
|
||||
# $(shell test -d $(DESTDIR)/html && rm -fr $(DESTDIR)/html)
|
||||
# mv html $(DESTDIR)
|
||||
|
||||
pdf: $(PDFDIRS)
|
||||
$(shell test -d $(DESTDIR)/pdf && rm -fr $(DESTDIR)/pdf)
|
||||
mv pdf $(DESTDIR)
|
||||
# $(shell test -d $(DESTDIR)/pdf && rm -fr $(DESTDIR)/pdf)
|
||||
# mv pdf $(DESTDIR)
|
||||
|
||||
html: $(HTMLDIRS)
|
||||
$(shell test -d $(DESTDIR)/html && rm -fr $(DESTDIR)/html)
|
||||
mv html $(DESTDIR)
|
||||
# $(shell test -d $(DESTDIR)/html && rm -fr $(DESTDIR)/html)
|
||||
# mv html $(DESTDIR)
|
||||
|
||||
clean: $(CLEANDIRS)
|
||||
rm -fr $(DESTDIR)/pdf
|
||||
@@ -45,7 +45,7 @@ clean-%:
|
||||
cd $(@:clean-%=manual-%) && make clean
|
||||
|
||||
|
||||
#¡Æ$(@D)¡Ç The directory part of the file name of the target, with the trailing slash removed. If the value of ¡Æ$@¡Ç is dir/foo.o then ¡Æ$(@D)¡Ç is dir. This value is . if ¡Æ$@¡Ç does not contain a slash.
|
||||
#¡Æ$(@F)¡Ç The file-within-directory part of the file name of the target. If the value of ¡Æ$@¡Ç is dir/foo.o then ¡Æ$(@F)¡Ç is foo.o. ¡Æ$(@F)¡Ç is equivalent to ¡Æ$(notdir $@)¡Ç.
|
||||
#<EFBFBD><EFBFBD>$(@D)<EFBFBD><EFBFBD> The directory part of the file name of the target, with the trailing slash removed. If the value of <EFBFBD><EFBFBD>$@<40><> is dir/foo.o then <EFBFBD><EFBFBD>$(@D)<EFBFBD><EFBFBD> is dir. This value is . if <EFBFBD><EFBFBD>$@<40><> does not contain a slash.
|
||||
#<EFBFBD><EFBFBD>$(@F)<EFBFBD><EFBFBD> The file-within-directory part of the file name of the target. If the value of <EFBFBD><EFBFBD>$@<40><> is dir/foo.o then <EFBFBD><EFBFBD>$(@F)<EFBFBD><EFBFBD> is foo.o. <EFBFBD><EFBFBD>$(@F)<EFBFBD><EFBFBD> is equivalent to <EFBFBD><EFBFBD>$(notdir $@)<EFBFBD><EFBFBD>.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user