Add some example remote controll scripts and make sure at least the perl directory is included in the tarball
This commit is contained in:
parent
228dc97230
commit
c40ffa503a
17 changed files with 29 additions and 2 deletions
|
@ -1 +1 @@
|
|||
SUBDIRS = debug python
|
||||
SUBDIRS = debug perl python example
|
||||
|
|
2
scripts/java/.cvsignore
Normal file
2
scripts/java/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
|
@ -1,2 +1,2 @@
|
|||
Makefile
|
||||
classes
|
||||
Makefile.in
|
||||
|
|
3
scripts/java/FGClient/Makefile.am
Normal file
3
scripts/java/FGClient/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
|||
SUBDIRS = src docs
|
||||
EXTRA_DIST = build.xml fgfsclient.jar README main-class.txt
|
||||
|
2
scripts/java/FGClient/docs/.cvsignore
Normal file
2
scripts/java/FGClient/docs/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
1
scripts/java/FGClient/docs/Makefile.am
Normal file
1
scripts/java/FGClient/docs/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
|||
SUBDIRS = javadoc
|
2
scripts/java/FGClient/docs/javadoc/.cvsignore
Normal file
2
scripts/java/FGClient/docs/javadoc/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
4
scripts/java/FGClient/docs/javadoc/Makefile.am
Normal file
4
scripts/java/FGClient/docs/javadoc/Makefile.am
Normal file
|
@ -0,0 +1,4 @@
|
|||
EXTRA_DIST = index-all.html llclasses-frame.html index.html \
|
||||
deprecated-list.html serialized-form.html help-doc.html \
|
||||
overview-tree.html stylesheet.css package-list
|
||||
|
2
scripts/java/FGClient/src/.cvsignore
Normal file
2
scripts/java/FGClient/src/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
1
scripts/java/FGClient/src/Makefile.am
Normal file
1
scripts/java/FGClient/src/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST = FGFSDemo.java
|
1
scripts/java/Makfefile.am
Normal file
1
scripts/java/Makfefile.am
Normal file
|
@ -0,0 +1 @@
|
|||
SUBDIRS = FGClient
|
2
scripts/perl/.cvsignore
Normal file
2
scripts/perl/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
1
scripts/perl/Makefile.am
Normal file
1
scripts/perl/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
|||
SUBDIRS = dafif examples scenery web
|
2
scripts/perl/dafif/.cvsignore
Normal file
2
scripts/perl/dafif/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
1
scripts/perl/dafif/Makefile.am
Normal file
1
scripts/perl/dafif/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST = build_ils.pl dafift2fix.pl dafift2ils.pl dafift2nav.pl
|
2
scripts/perl/scenery/.cvsignore
Normal file
2
scripts/perl/scenery/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
1
scripts/perl/scenery/Makefile.am
Normal file
1
scripts/perl/scenery/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST = calc-tile.pl
|
Loading…
Reference in a new issue