summary refs log tree commit diff stats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update aerc to 0.1.4 0.1.4Drew DeVault2019-07-131-1/+1
|
* Add aerc -v to print the installed version 0.1.3Drew DeVault2019-07-131-0/+4
|
* Added config file to Make clean 0.1.1Jonas Kalderstam2019-06-041-1/+1
| | | | | Config file will be incorrect if make is run with different values for PREFIX otherwise.
* Fix Makefile for non-GNU findrage 3112019-06-031-1/+1
| | | | derp
* Remove more GNU-isms from MakefileSam Whited2019-06-011-11/+18
| | | | Signed-off-by: Sam Whited <sam@samwhited.com>
* Remove "wildcard" GNU-ism from MakefileSam Whited2019-05-301-15/+2
| | | | Signed-off-by: Sam Whited <sam@samwhited.com>
* Implement :edit in compose screenDrew DeVault2019-05-261-1/+7
|
* Subsitute prefix in aerc.conf for installDrew DeVault2019-05-261-4/+17
|
* Makefile: Minor improvements, usage of $@ and $(RM)Stefan Tatschner2019-05-221-2/+2
|
* Correct typo in MakefileDrew DeVault2019-05-221-1/+1
|
* Install $(MANDIR)/man7Drew DeVault2019-05-221-1/+1
|
* Install aerc-tutorial man page with make installDrew DeVault2019-05-221-0/+1
|
* Install default configs to XDG config if not foundDrew DeVault2019-05-221-9/+13
|
* Add GOFLAGS variable to MakefileDrew DeVault2019-05-221-1/+3
|
* Implement opening tutorial after account wizardDrew DeVault2019-05-221-1/+5
|
* Install filters to /usr/share/aerc/filtersDrew DeVault2019-05-171-1/+9
|
* Add install target to MakefileDrew DeVault2019-05-171-2/+12
|
* Add man pagesDrew DeVault2019-05-171-0/+26
|
* Switch to vgoDrew DeVault2018-03-021-24/+0
|
* Make Makefile more POSIXly portableDrew DeVault2018-02-131-2/+2
| | | | This breaks out of tree builds though
* Load UI configurationDrew DeVault2018-01-091-1/+1
|
* Initial commitDrew DeVault2018-01-091-0/+24
n363' href='#n363'>363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484