File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,14 @@ DEB_SOURCES:=debian/changelog \
42
42
$(wildcard debian/* .docs) \
43
43
$(wildcard debian/* .doc-base) \
44
44
$(wildcard debian/* .desktop)
45
- DOC_SOURCES: =
45
+ DOC_SOURCES: =docs/conf.py \
46
+ $(wildcard docs/* .png) \
47
+ $(wildcard docs/* .svg) \
48
+ $(wildcard docs/* .dot) \
49
+ $(wildcard docs/* .mscgen) \
50
+ $(wildcard docs/* .gpi) \
51
+ $(wildcard docs/* .rst) \
52
+ $(wildcard docs/* .pdf)
46
53
SUBDIRS: =
47
54
48
55
# Calculate the name of all outputs
@@ -168,4 +175,3 @@ release: $(DIST_DEB) $(DIST_DSC) $(DIST_TAR) $(DIST_WHEEL)
168
175
dput raspberrypi dist/$(NAME ) _$(VER )$(DEB_SUFFIX ) _$(DEB_ARCH ) .changes
169
176
170
177
.PHONY : all install develop test doc source egg wheel zip tar deb dist clean tags release upload $(SUBDIRS )
171
-
Original file line number Diff line number Diff line change @@ -89,17 +89,17 @@ qthelp:
89
89
@echo
90
90
@echo " Build finished; now you can run " qcollectiongenerator" with the" \
91
91
" .qhcp project file in $( BUILDDIR) /qthelp, like this:"
92
- @echo " # qcollectiongenerator $( BUILDDIR) /qthelp/picraft .qhcp"
92
+ @echo " # qcollectiongenerator $( BUILDDIR) /qthelp/gpiozero .qhcp"
93
93
@echo " To view the help file:"
94
- @echo " # assistant -collectionFile $( BUILDDIR) /qthelp/picraft .qhc"
94
+ @echo " # assistant -collectionFile $( BUILDDIR) /qthelp/gpiozero .qhc"
95
95
96
96
devhelp :
97
97
$(SPHINXBUILD ) -b devhelp $(ALLSPHINXOPTS ) $(BUILDDIR ) /devhelp
98
98
@echo
99
99
@echo " Build finished."
100
100
@echo " To view the help file:"
101
- @echo " # mkdir -p $$ HOME/.local/share/devhelp/picraft "
102
- @echo " # ln -s $( BUILDDIR) /devhelp $$ HOME/.local/share/devhelp/picraft "
101
+ @echo " # mkdir -p $$ HOME/.local/share/devhelp/gpiozero "
102
+ @echo " # ln -s $( BUILDDIR) /devhelp $$ HOME/.local/share/devhelp/gpiozero "
103
103
@echo " # devhelp"
104
104
105
105
epub :
You can’t perform that action at this time.
0 commit comments