Changeset 481
- Timestamp:
- 14/11/15 18:07:38 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreq/doc/Makefile
r480 r481 86 86 @echo "Build finished; now you can run "qcollectiongenerator" with the" \ 87 87 ".qhcp project file in $(BUILDDIR)/qthelp, like this:" 88 @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/ ceda-cc.qhcp"88 @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/dreqPy.qhcp" 89 89 @echo "To view the help file:" 90 @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/ ceda-cc.qhc"90 @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/dreqPy.qhc" 91 91 92 92 devhelp: … … 95 95 @echo "Build finished." 96 96 @echo "To view the help file:" 97 @echo "# mkdir -p $$HOME/.local/share/devhelp/ ceda-cc"98 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/ ceda-cc"97 @echo "# mkdir -p $$HOME/.local/share/devhelp/dreqPy" 98 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/dreqPy" 99 99 @echo "# devhelp" 100 100
Note: See TracChangeset
for help on using the changeset viewer.