projects
/
backups
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
I'm having trouble with {7,7} in gawk on ubuntu. So, I am using the more verbose...
[backups/.git]
/
Makefile.am
1
SUBDIRS = scripts
2
3
bin_PROGRAMS = lsbackups
4
5
schema_files = schema.sql
6
7
EXTRA_DIST = $(schema_files)
8
9
lsbackups_SOURCES = main.cpp \
10
filedata.hpp \
11
filedata.cpp