WWW symlink auf XCompose ergänzt.
XCompose in globalem Makefile eingetragen. www/Compose.neo bleibt für Rückwärtskompatibilität, kann langfristig entfallen. git-svn-id: https://svn.neo-layout.org@1934 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
56b939c591
commit
c5bded3607
3 changed files with 20 additions and 12 deletions
29
Makefile
29
Makefile
|
@ -1,31 +1,38 @@
|
||||||
all: portable grafik linux/bin/installiere_neo windows/kbdneo2/Treiber
|
all: portable \
|
||||||
|
grafik \
|
||||||
|
linux/bin/installiere_neo \
|
||||||
|
windows/kbdneo2/Treiber \
|
||||||
|
Compose
|
||||||
|
|
||||||
# wo befinden sich die zu bearbeitenden Dateien (bzw. eigentlich nur Name
|
# wo befinden sich die zu bearbeitenden Dateien (bzw. eigentlich nur Name
|
||||||
# des Parameters)
|
# des Parameters)
|
||||||
windows/kbdneo2/Treiber:
|
windows/kbdneo2/Treiber:
|
||||||
# wo befindet sich das Makefile
|
-make -kC windows/kbdneo2/Treiber
|
||||||
make -kC windows/kbdneo2/Treiber
|
|
||||||
|
|
||||||
portable:
|
portable:
|
||||||
make -kC portable deploy
|
-make -kC portable deploy
|
||||||
|
|
||||||
grafik:
|
grafik:
|
||||||
make -kC grafik
|
-make -kC grafik
|
||||||
|
|
||||||
linux/bin/installiere_neo:
|
linux/bin/installiere_neo:
|
||||||
make -kC linux
|
-make -kC linux
|
||||||
|
|
||||||
|
Compose:
|
||||||
|
-make -C Compose XCompose
|
||||||
|
|
||||||
svnclean:
|
svnclean:
|
||||||
make -C portable clean
|
-make -C portable clean
|
||||||
make -C linux clean
|
-make -C linux clean
|
||||||
make -C windows/kbdneo2/Treiber clean
|
-make -C windows/kbdneo2/Treiber clean
|
||||||
|
-make -C Compose clean
|
||||||
|
|
||||||
clean: svnclean
|
clean: svnclean
|
||||||
make -kC grafik clean
|
-make -kC grafik clean
|
||||||
|
|
||||||
svnupdate:
|
svnupdate:
|
||||||
make svnclean
|
make svnclean
|
||||||
svn up
|
svn up
|
||||||
make -k
|
make -k
|
||||||
|
|
||||||
.PHONY: all clean svnupdate svnclean portable grafik linux/bin/installiere_neo windows/kbdneo2/Treiber
|
.PHONY: all clean svnupdate svnclean portable grafik linux/bin/installiere_neo windows/kbdneo2/Treiber Compose
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
../Compose/Compose.neo
|
./XCompose
|
1
www/XCompose
Symbolic link
1
www/XCompose
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../Compose/XCompose
|
Loading…
Reference in a new issue