Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Move "data" to "sampledata" and make "data" production data.
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed May 1, 2014
1 parent 86e0069 commit ba53248
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TOPDIR = $(shell echo $$PWD)

include $(TOPDIR)/Make.defaults

SUBDIRS := src
SUBDIRS := src data
DOCDIR := /share/doc/
VERSION = 0.1

Expand Down
File renamed without changes.
22 changes: 22 additions & 0 deletions data/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
SRCDIR = .
TOPDIR = $(SRCDIR)/..

include $(TOPDIR)/Make.defaults

all :

deps :

depclean :

clean :

install :
$(INSTALL) -d -m 755 $(INSTALLROOT)$(PREFIX)/share/dbxtool/
for x in *.bin ; do \
$(INSTALL) -m 644 $$x $(INSTALLROOT)$(PREFIX)/share/dbxtool/ ;\
done

.PHONY: all deps clean depclean install

include $(TOPDIR)/Make.rules
File renamed without changes.
Binary file added sampledata/DBXUpdate.bin.1
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit ba53248

Please sign in to comment.