mirror of
git://projects.qi-hardware.com/fped.git
synced 2025-04-21 12:27:27 +03:00
- renamed directory screens/ to manual/
- convert icons in the manual from XPM to PNG so that Firefox can display them too git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5534 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
6
Makefile
6
Makefile
@@ -110,8 +110,10 @@ gui_tool.o gui.o: $(XPMS:%=icons/%)
|
||||
|
||||
upload-manual: $(XPMS:%=icons/%)
|
||||
scp gui.html README $(UPLOAD)/
|
||||
scp $(XPMS:%=icons/%) $(UPLOAD)/icons/
|
||||
scp $(PNGS:%=screens/%) $(UPLOAD)/screens/
|
||||
for n in $(XPMS:%.xpm=%); do \
|
||||
convert icons/$$n.xpm manual/$$n.png || exit 1; done
|
||||
scp $(XPMS:%.xpm=manual/%.png) $(PNGS:%=manual/%) \
|
||||
$(UPLOAD)/manual/
|
||||
|
||||
# ----- Dependencies ----------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user