mirror of
git://projects.qi-hardware.com/fped.git
synced 2025-04-21 12:27:27 +03:00
- README: added link to the GUI manual
- added a conceptual explanation of instantiation (with picture) git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5636 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
11
Makefile
11
Makefile
@@ -76,7 +76,8 @@ endif
|
||||
|
||||
# ----- Rules -----------------------------------------------------------------
|
||||
|
||||
.PHONY: all dep depend clean install uninstall upload-manual update
|
||||
.PHONY: all dep depend clean install uninstall manual upload-manual
|
||||
.PHONY: update
|
||||
|
||||
.SUFFIXES: .fig .xpm
|
||||
|
||||
@@ -109,10 +110,14 @@ gui_tool.o gui.o: $(XPMS:%=icons/%)
|
||||
|
||||
# ----- Upload the GUI manual -------------------------------------------------
|
||||
|
||||
upload-manual: $(XPMS:%=icons/%)
|
||||
scp gui.html README $(UPLOAD)/
|
||||
manual: $(XPMS:%=icons/%)
|
||||
for n in $(XPMS:%.xpm=%); do \
|
||||
convert icons/$$n.xpm manual/$$n.png || exit 1; done
|
||||
fig2dev -L png -S 4 manual/concept-inst.fig \
|
||||
>manual/concept-inst.png
|
||||
|
||||
upload-manual: manual
|
||||
scp gui.html README $(UPLOAD)/
|
||||
scp $(XPMS:%.xpm=manual/%.png) $(PNGS:%=manual/%) \
|
||||
$(UPLOAD)/manual/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user