1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 14:14:12 +01:00

Edit the makefiles and chrome.manifests to work with common/

This commit is contained in:
Daniel Bainton
2008-12-04 08:03:50 +02:00
parent 729854c749
commit 41014e4fe7
5 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
TOP = $(shell pwd)
OS = $(shell uname -s)
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")
BASE = $(TOP)/../liberator
BASE = $(TOP)/../common
DOC_SRC_FILES = $(wildcard locale/*/*.txt)
DOC_FILES = ${DOC_SRC_FILES:%.txt=%.html}